gstreamer media backend: Disable OpenGL on Windows
authorChun-wei Fan <fanchunwei@src.gnome.org>
Tue, 5 Jan 2021 06:30:08 +0000 (14:30 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Tue, 5 Jan 2021 06:34:06 +0000 (14:34 +0800)
commit397a71ca8bfbe92352b40f113b427477430d2521
treea098ae50968758dcd032116efa05d2b3fd564a07
parentfb31581bb4766020bc6beeadf47bcc4b51b45baf
gstreamer media backend: Disable OpenGL on Windows

...for at least WGL, since we are not allowed to use wglMakeCurrent(),
which is eventually called by gdk_gl_context_make_current() to share WGL
contexts across different threads, which will cause a crash.

This means, we cannot enable WGL in the gstreamer media backend on
Windows.
modules/media/gtkgstpaintable.c